home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / metasend.1 < prev    next >
Text File  |  1995-07-25  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.      mmmmeeeettttaaaasssseeeennnndddd((((1111))))         UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((RRRReeeelllleeeeaaaasssseeee 1111))))         mmmmeeeettttaaaasssseeeennnndddd((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           metasend - Crude interface for sending non-text mail
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           mmmmeeeettttaaaasssseeeennnndddd  [-b] [-c cc] [-e encoding] [-f filename] [-m
  13.           MIME-type] [-s subject] [-S splitsize] [-t to] [-z] [-n]
  14.  
  15.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.           The _m_e_t_a_s_e_n_d program will allow a user to send one or more
  17.           pre-existing data file as non-text multimedia mail.
  18.  
  19.           With no arguments, the program will ask the user for the To,
  20.           Subject, and CC fields.  It will then ask for the name of a
  21.           MIME content-type.  Next, it will ask the user for the name
  22.           of an existing file containing that type of data.  After
  23.           this, it will ask what encoding type, if any, should be
  24.           applied to this data.  Finally, it  will ask if the user
  25.           wants to  include information  from an additional file, in
  26.           which case the last three questions will be repeated for
  27.           the next file.
  28.  
  29.           Alternately, all of this information can be provided on the
  30.           comand line, using the following options:
  31.  
  32.               -t to -- specifies the To address
  33.               -c cc -- specifies the CC address
  34.               -e encoding -- specifies the encoding type.  Must be
  35.           either "base64", "quoted-printable", "7bit", or "x-uue".
  36.           "7bit" means no encoding is performed.
  37.               -f filename -- specifies the file containing the data
  38.               -m MIME-type -- specifies the MIME content-type
  39.               -s subject -- specifies the Subject field
  40.               -S splitsize -- specifies the maximum size before
  41.           splitting into parts via splitmail(1).
  42.               -b -- specifies Batch (non-interactive) Mode.  Will exit
  43.           with an error message if -f, -m, -s,  and -t are not also
  44.           used.
  45.               -z -- specifies that the temporary files should be
  46.           deleted EVEN IF DELIVERY FAILS.
  47.               -n --  specifies that an additional file is to be
  48.           included.  Before each use of the -n option on the command
  49.           line, the  options -m, -c, and -f, at a minimum, must have
  50.           appeared,and must appear separately for each included file.
  51.  
  52.           This is intended largely for mail hackers.  A much
  53.           friendlier interface to non-text mail is provided by
  54.           mailto(1).
  55.  
  56.           If more than one file is given,  the parts will be combined
  57.           into a single multipart MIME  object.
  58.  
  59.           The mail will be delivered using the splitmail(1) program,
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 6/30/95)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      mmmmeeeettttaaaasssseeeennnndddd((((1111))))         UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((RRRReeeelllleeeeaaaasssseeee 1111))))         mmmmeeeettttaaaasssseeeennnndddd((((1111))))
  71.  
  72.  
  73.  
  74.           so if it is very long it will arrive as several pieces which
  75.           can be automatically reassembled by metamail.  The
  76.           definition of "very long" can be altered using the -S flag
  77.           or the SPLITSIZE environment variable, as described in the
  78.           splitmail(1) man page.
  79.  
  80.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  81.           audiosend(1), mailto-hebrew(1), mailto(1), metamail(1),
  82.           mmencode(1), splitmail(1)
  83.  
  84.      BBBBUUUUGGGGSSSS
  85.           Should do a better job of choosing the encoding if you don't
  86.           specify one.
  87.  
  88.           Should do MIME syntax checking  on user-supplied content-
  89.           type fields.  Users are all too likely to provide bogus MIME
  90.           content-type values, alas.  In particular, there are various
  91.           characters that are  not allowed  in parameters  unless the
  92.           parameters are enclosed in double quotes, but this sort  of
  93.           restriction is hard to enforce in a shell script!
  94.  
  95.      CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
  96.           Copyright (c) 1991 Bell Communications Research, Inc.
  97.           (Bellcore)
  98.  
  99.           Permission to use, copy, modify, and distribute this
  100.           material for any purpose and without fee is hereby granted,
  101.           provided that the above copyright notice and this permission
  102.           notice appear in all copies, and that the name of Bellcore
  103.           not be used in advertising or publicity pertaining to this
  104.           material without the specific, prior written permission of
  105.           an authorized representative of Bellcore.  BELLCORE MAKES NO
  106.           REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY OF THIS
  107.           MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS", WITHOUT
  108.           ANY EXPRESS OR IMPLIED WARRANTIES.
  109.  
  110.      AAAAUUUUTTTTHHHHOOOORRRR
  111.           Nathaniel S. Borenstein, Bellcore
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 6/30/95)
  130.  
  131.  
  132.  
  133.